f1d78bd50e26e89e50d44772af0174eac4f991fc,platform/vcs-impl/src/com/intellij/openapi/vcs/roots/VcsRootProblemNotifier.java,VcsRootProblemNotifier,makeDescription,#Collection#Collection#,118
Before Change
VcsRootError rootError = invalidRoots.iterator().next();
description
.append("The directory " + rootToDisplayableString.fun(rootError) + " is registered as a " + rootError.getVcsKey() + " root, " +
"but no " + rootError.getVcsKey() + " repositories were found there.");
}
else {
description.append("The following directories are registered as Vcs roots, but they are not: <br/>" +
After Change
rootError.getVcsKey().getName() +
" root, " +
"but no " +
rootError.getVcsKey().getName() +
" repositories were found there.");
}
else {